home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / tcisam.zip / INDEX.MAK < prev    next >
Text File  |  1987-08-21  |  522b  |  18 lines

  1. # makefile for building index.lib
  2. #
  3. .c.obj:
  4.   tcc -c -G -1 $<
  5.  
  6. index.lib: inxrtns.obj iopen.obj ireadr.obj istart.obj ireadn.obj ireadp.obj iwrite.obj irewrite.obj idelete.obj
  7.   qlib index @inames
  8.  
  9. inxrtns.obj:    inxdefs.h index.h
  10. IOPEN.obj:      inxdefs.h index.h
  11. IREADR.obj:     inxdefs.h index.h
  12. ISTART.obj:     inxdefs.h index.h
  13. IREADN.obj:     inxdefs.h index.h
  14. IREADP.obj:     inxdefs.h index.h
  15. IWRITE.obj:     inxdefs.h index.h
  16. IREWRITE.obj:   inxdefs.h index.h
  17. IDELETE.obj:    inxdefs.h index.h
  18.